#studentsSay {
    height: 800px;
    border: 2px solid red;
}

#studentsSay #Text {
    font-family: 'Rubik';
    flex-direction: column;
    margin-top: 4rem;
    align-items: center;
}

#studentsSay #Text #MainHeading {
    font-size: 1rem;
    font-weight: bold;
    
}

#studentsSay #Text #DownH {
    font-size: 3rem;
    font-weight: bold;
    color: #2D1D4F;
}